home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
dev
/
gui
/
textfield.lha
/
TextField
/
Include
/
proto
/
textfield.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-06-27
|
224 b
|
9 lines
#ifndef PROTO_TEXTFIELD_H
#define PROTO_TEXTFIELD_H
#include <exec/types.h>
#include <intuition/classes.h>
extern struct Library *TextFieldBase;
Class *TEXTFIELD_GetClass(void);
#include <pragmas/textfield_pragmas.h>
#endif